Used to define a color in a color ramp.Used to define a color in a color ramp.
COLOR
Used to define a color in a color ramp.Used to define a color in a color ramp.
|
Name | Type | Use | Default | Fixed | Description |
---|---|---|---|---|---|
color | xs:string | required |
Colors can be specified as:
- ArcIMS Style RGB: "R,G,B" -- R,G,B must each be in the range 0-255.
- HTML Style RGB: "#RRGGBB" -- Each component is a hex value in the range 00-FF.
- HTML Name: "name" -- Standard HTML color names (for example, AliceBlue, AntiqueWhite, Aqua, etc.).
|